setSystemWindowInsets

@NonNull
open fun setSystemWindowInsets(@NonNull insets: @NonNull Insets): @NonNull WindowInsetsCompat.Builder(source)

Deprecated

Use setInsets with systemBars.

Sets system window insets in pixels.

The system window inset represents the area of a full-screen window that is partially or fully obscured by the status bar, navigation bar, IME or other system windows.

Return

itself

See also